home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 October / Enter 10 2006.iso / Internet / Total Communicator 2.2.0.0 / total_communicator_free.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-08-28  |  3.6 KB  |  66 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Total Communicator
  4. AppVerName=Total Communicator 2.2.0.0
  5. AppId=Total Communicator
  6. AppPublisher=TotalCommunicator, Inc.
  7. AppPublisherURL=http://www.totalcommunicator.net
  8. AppSupportURL=http://www.totalcommunicator.net
  9. AppUpdatesURL=http://www.totalcommunicator.net
  10. DefaultDirName={pf}\Total Communicator
  11. DefaultGroupName=Total Communicator
  12. UninstallFilesDir={sys}
  13. OutputBaseFilename=total_communicator_free
  14. Compression=none
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\default.dat"; DestDir: "{app}"; 
  21. Source: "{app}\TotalCommunicator.exe"; DestDir: "{app}"; 
  22. Source: "{app}\msvcr71.dll"; DestDir: "{app}"; 
  23. Source: "{app}\Plugins\AIM.dll"; DestDir: "{app}\Plugins"; 
  24. Source: "{app}\Plugins\clist.dll"; DestDir: "{app}\Plugins"; 
  25. Source: "{app}\Plugins\dbx_3x.dll"; DestDir: "{app}\Plugins"; 
  26. Source: "{app}\Plugins\ICQ.dll"; DestDir: "{app}\Plugins"; 
  27. Source: "{app}\Plugins\jabber.dll"; DestDir: "{app}\Plugins"; 
  28. Source: "{app}\Plugins\msn.dll"; DestDir: "{app}\Plugins"; 
  29. Source: "{app}\Plugins\srmm.dll"; DestDir: "{app}\Plugins"; 
  30. Source: "{app}\Plugins\xp_jabber.dll"; DestDir: "{app}\Plugins"; 
  31. Source: "{app}\Plugins\xp_main.dll"; DestDir: "{app}\Plugins"; 
  32. Source: "{app}\Plugins\Yahoo.dll"; DestDir: "{app}\Plugins"; 
  33. Source: "{app}\NNGLZA638.EXE"; DestDir: "{app}"; 
  34. Source: "{app}\newnet_header.bmp"; DestDir: "{app}"; Flags: deleteafterinstall 
  35. [Registry]
  36. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{{F73FEDE7-D7F3-416d-878F-58BACED9046D}"; ValueName: "DMC"; ValueType: Binary; ValueData: "00 00 00 00 00 00 00 00"; Flags: uninsdeletekey 
  37. [Run]
  38. Filename: "{app}\NNGLZA638.EXE"; WorkingDir: "{app}"; Flags: nowait
  39. Filename: "{app}\TotalCommunicator.exe"; Description: "{cm:LaunchProgram,Total Communicator}"; Flags: postinstall skipifsilent nowait
  40. [Icons]
  41. Name: "{group}\Total Communicator"; Filename: "{app}\TotalCommunicator.exe"; IconFilename: "{app}\TotalCommunicator.exe"; 
  42. Name: "{group}\{cm:UninstallProgram,Total Communicator}"; Filename: "{uninstallexe}"; 
  43. Name: "{userdesktop}\Total Communicator"; Filename: "{app}\TotalCommunicator.exe"; IconFilename: "{app}\TotalCommunicator.exe"; Tasks: desktopicon; 
  44. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Total Communicator"; Filename: "{app}\TotalCommunicator.exe"; IconFilename: "{app}\TotalCommunicator.exe"; Tasks: quicklaunchicon; 
  45. [Tasks]
  46. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  47. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  48. [CustomMessages]
  49. default.NameAndVersion=%1 version %2
  50. default.AdditionalIcons=Additional icons:
  51. default.CreateDesktopIcon=Create a &desktop icon
  52. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  53. default.ProgramOnTheWeb=%1 on the Web
  54. default.UninstallProgram=Uninstall %1
  55. default.LaunchProgram=Launch %1
  56. default.AssocFileExtension=&Associate %1 with the %2 file extension
  57. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  58. newnet_licenseCaption=Software Use Agreement for New.net Domains
  59. newnet_licenseDescription=By clicking Next button you agree with the following terms and conditions.
  60. newnetCaption=Total Communicator
  61. newnetDescription=Total Communicator is supported by two software applications from New.net.
  62. [Languages]
  63. ; These files are stubs
  64. ; To achieve better results after recompilation, use the real language files
  65. Name: "default"; MessagesFile: "embedded\default.isl"; 
  66.